home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / shell / execute.lha / readme < prev   
Encoding:
Text File  |  1995-02-14  |  1.5 KB  |  45 lines

  1. short:    Execute any UNIX script from DOS Shell
  2. type:     util/shell
  3. author:   Will Bow (wbow@crl.com)
  4. uploader: Colin Thompson (colin@cts.com)
  5.  
  6.  
  7. Filename:     Execute - Direct replacement for AmigaDOS Execute command.
  8.  
  9. Purpose:      Allows execution of any UNIX script from the AmigaDOS Shell.
  10.  
  11. Usage:        This is a direct replacement of the DOS command Execute.
  12.               From the DOS Shell, you can execute any UNIX shell script.
  13.               It passes the script on to the specified interpreter 
  14.               for execution. Usually, #!/bin/sh, but may be awk, sed,
  15.               perl etc ....
  16.  
  17.               If the 'S' bit on the script is set, the script can be
  18.               executed by simply typing the script_file_name at the 
  19.               DOS prompt.
  20.  
  21.               Execute will not interfere with the normal operation of
  22.               Amiga DOS or Arexx scripts.
  23.  
  24. Requirements: OS 2.04 and up. Any Amiga. 
  25.               Ixemul.library is not required.
  26.  
  27. Installation: Rename the existing AmigaDOS Execute command. (for safety)
  28.               Copy the new file to the same directory where the original
  29.               Execute resided. (sys:c). This is IMPORTANT because the     
  30.               system depends on Execute for normal system startup.
  31.  
  32.               The file is residentable.
  33.  
  34.               Note: This command is implemented as a wedge into the original
  35.               AmigaDOS Execute command and is completely system transparent.
  36.               Source is available from the author.                    
  37.  
  38. Distribution: Released into the Public Domain. 
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.